home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir37 / cnfg513.zip / CONFIG.TXT < prev   
Text File  |  1993-11-09  |  7KB  |  155 lines

  1.                  CONFIG.EXE
  2.             PROGRAM DOCUMENTATION
  3.              --------------------------
  4. 11/08/93                      Version 5.00
  5.  
  6. 1.0 Description:
  7.  
  8.  
  9.       CONFIG.EXE is a menu driven file manager that organizes
  10. multiple versions of the DOS CONFIG.SYS and AUTOEXEC.BAT files.
  11. The program allows creation of a menu of up to 25 different
  12. configurations which consist of a menu entry, and its associated
  13. path and files.
  14.       On startup, the program compares the present CONFIG.SYS
  15. and AUTOEXEC.BAT files to those listed in the users menu and
  16. indicates which of those configurations is presently installed (if
  17.  any). If the user wishes to change to different system
  18. configuration, he can select it from the menu, install it and if
  19. desired, reboot the PC from the program to make it effective.
  20.  
  21. 2.0 System Requirements:
  22.  
  23.       CONFIG.EXE is written in Borland C++ 2.0 and should run on
  24. any AT or XT compatible with a EGA or VGA color monitor. Possible
  25. compatibility problems could occur if direct video access doesn't
  26. work on the target machine (program does not use BIOS for video). A
  27. mouse is not currently needed or supported. The Reboot function
  28. performs a far jump to the BIOS warm start address F000:FFF0 which
  29. should restart most PC compatibles. 
  30.  
  31.  
  32. 3.0 Getting Started:
  33.  
  34.       When first run, the program will check for its data file,
  35. CNFIG3.DAT which will normally not be present initially.  The user is
  36. offered the option of creating a new datafile. Have a list of the
  37. files you will be using for your configurations along with the path
  38. where each is located. It is helpful to name these in a consistent
  39. way, such as CONFIG1.SYS, CONFIG2.SYS etc. Each file can be a
  40. variation of your standard CONFIG.SYS optimized for different
  41. programs, memory configurations, and driver combinations. Similarly,
  42. AUTOEXEC.BAT file versions can be linked to each menu entry if 
  43. desired. The path given for that menu entry must contain both the
  44. config.sys and autoexec.bat files.
  45.  
  46.       Using the datafile editor you select the menu line you wish
  47. to complete, and then enter (1) the menu description, (2) the path
  48. where the file(s) are found (must end in a'\', for example c:\DOS\), 
  49. (3) the Config filename (such as CONFIG1.SYS), and (4), optionally,
  50. the Autoexec filename.  Once all four entries are complete, you are
  51. returned to the menu being developed which will show your new entry.
  52. Continue to add the other configurations you use to the menu in the
  53. same manner. If an entry needs to be checked or edited, select it on
  54. the menu and edit the four lines as necessary. When done editing the
  55. four fields for the configuration, press Escape to leave the Edit
  56. window and return to the edit menu.  A total of 25 entries may be created.
  57.  
  58.     In this version, you may use the F3 key to browse for files and to 
  59. select the config and autoexec files you want from a scrolling directory. 
  60. Just press F3 at the Line (2) Path: prompt. You can select any path on the
  61. current drive as the source for your config.sys files, but once chosen you
  62. must pick any autoexec.bat file you associate with the configuration from
  63. tha same path. At the Line(3) and Line (4) field prompts, F3 allows you
  64. to view to the currently selected files with the viewing window.
  65.  
  66.       Once you have finished constructing your menu of
  67. configurations, press Escape.  To create the datafile, answer (Y)es at
  68. the prompt. The program will create the CNFIG3.DAT file in the same
  69. directory as CONFIG.EXE and return to the Main Menu which will now
  70. show your configuration list.
  71.  
  72. 5.0 Using The Program:
  73.  
  74.       The Main Menu display screen will display the current
  75. configuration found in your root directory if it matches one of the
  76. files on your configuration list. This is always true if you use
  77. CONFIG.EXE to install your CONFIG.SYS and AUTOEXEC files from the
  78. menu you created. If you have altered the root directory files
  79. file by other means, the program will indicate that it is
  80. unrecognized.
  81.  
  82.       A Window in the upper lefthand corner of the Menu screen
  83. shows the available total program area, including the memory used
  84. by CONFIG.EXE, which the memory available for the present
  85. installed configuration at system boot. This is the same amount
  86. reported by MEM or CHKDSK.
  87.  
  88.       If a configuration is chosen from the Main Menu, the
  89. activities menu will be displayed which allows you to View the
  90. file(s) storing that configuration, Install them in your root
  91. directory, Reboot your PC to make the installed files effective
  92. and Return to the Main Menu.
  93.  
  94.       Function keys that are active are listed in the window at
  95. the screen bottom. From the Main Menu, F1 accesses ONLINE HELP in
  96. most areas. F2 displays information about your system. F3 displays
  97. the program version information and copyright notice. CONFIG.EXE is
  98. freeware and the conditions of use are presented as well. F4 allows
  99. viewing of the current CONFIG.SYS file in your root directory. F5
  100. reboots the system (after a safety prompt). F6 access the datafile
  101. editor. Use this if you wish to change the Main Menu and related path
  102. and file information by modifying CNFIG3.DAT. F7 displays the current
  103. AUTOEXEC.BAT file. 
  104.  
  105.     In version 4.0+, the Reboot option checks to see if Windows is
  106. running, and if so, recommends closing windows before attempting a
  107. system reboot.
  108.  
  109. 6.0 Mouse Support:
  110.  
  111.       A Microsoft compatible mouse is now supported. You can
  112. use the mouse for all menu functions and to click on any displayed
  113. buttons. Buttons on each screen support all keyboard functions. Use
  114. of the mouse is optional, and it can be disabled with the command-
  115. line switch NOMOUSE when starting the program.
  116.  
  117. 7.0 Final Note:
  118.  
  119.       If you encounter problems, the built-in Help screens
  120. accessed by pressing F1 explain most of the program operations.
  121. Instructions are also displayed in the lowest window on the screen in
  122. certain cases, as in the datafile editor. If you include files or
  123. paths that do not exist in your menu, an error window will pop-up
  124. every time the program tries to open or read that file. Check your
  125. datafile entries using the editor (F6) to be sure they are correct if
  126. this happens.  Please let me know via EMAIL on compuserve of any major 
  127. problems, comments, suggestions.
  128.  
  129. 7.0 Summary of Changes in version 5
  130.  
  131.     - File viewer bugs corrected, now views text files up to 64K
  132.     - F3 accesses file browse window from the data entry screen
  133.       in the datafile editor. Files selected during datafile edit
  134.       can also be viewed using F3.
  135.     - System reboots are prevented if Windows is running. 
  136.     - the datafile format and name CNFIG3.DAT is unchanged from
  137.       the prior version, 3.2
  138.     - Version 4.04, program now searches correctly for CNFIG3.DAT
  139.       file in the same directory as the Config.exe program only.
  140.       This should happen whether or not Config is run from the
  141.       root directory (and found by Dos using Path) or run after
  142.       actually changing to the correct directory 1st using CD.
  143.       Previously, problems could occur when the program wasn't run
  144.       from its own directory. It woult then create the datafile in
  145.       the root directory.
  146.     - Version 4.04, line entry routines in the Edit File Area now
  147.       provide horizontal scrolling for text data entry.
  148.     - Version 5.00, mouse support added. Other minor improvements.
  149.  
  150.  
  151.  
  152. Howard Williams  75076,100
  153.  
  154.  
  155.